winform开发的人脸识别打卡系统 人脸识别系统,自动抓取电脑系统的摄像头,进行识别拍照上传,人脸识别打卡签到,一套非常完美的实用系统。导入完美运行。VS2019开发环境 2008R2数据库,有数据库脚本,导入执行完美运行项目,人脸识别 .
└── FaceCheckIn_App-master
└── FaceCheckIn_App-master
├── FaceCheckIn_App
│ ├── App.config
│ ├── CommonUtility.cs
│ ├── FaceCheckIn_App.csproj
│ ├── FaceCheckIn_App.csproj.user
│ ├── FaceDectectHelper.cs
│ ├── HomeForm.Designer.cs
│ ├── HomeForm.cs
│ ├── HomeForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ └── FaceSearch.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SpeechHelper.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.dll
│ │ │ ├── FaceCheckIn_App.exe
│ │ │ ├── FaceCheckIn_App.exe.config
│ │ │ ├── FaceCheckIn_App.pdb
│ │ │ ├── temp.mp3
│ │ │ ├── tempPict_20211123184108120.jpg
│ │ │ ├── tempPict_20211123184125430.jpg
│ │ │ ├── tempPict_20211123184129976.jpg
│ │ │ ├── tempPict_20211123192027307.jpg
│ │ │ └── tempPict_20211123193222734.jpg
│ │ └── Release
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FaceCheckIn_App.HomeForm.resources
│ │ ├── FaceCheckIn_App.Properties.Resources.resources
│ │ ├── FaceCheckIn_App.csproj.CopyComplete
│ │ ├── FaceCheckIn_App.csproj.CoreCompileInputs.cache
│ │ ├── FaceCheckIn_App.csproj.FileListAbsolute.txt
│ │ ├── FaceCheckIn_App.csproj.GenerateResource.cache
│ │ ├── FaceCheckIn_App.exe
│ │ ├── FaceCheckIn_App.pdb
│ │ └── TempPE
│ └── Release
├── FaceCheckIn_App.sln
├── README.md
├── References
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Math.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ ├── AForge.dll
│ ├── AipSdk.dll
│ └── Newtonsoft.Json.dll
└── Setup
├── Debug
│ ├── Setup.msi
│ └── setup.exe
├── Debug.zip
├── Release
└── Setup.vdproj
16 directories, 52 files
评论